@charset"UTF-8";
/*初始化*/
/*html, body, div, iframe, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, fieldset, form, label, legend, button, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, a, del,  em, img,span,small, strong,b, u, i,section, article, aside, header, footer, nav, menu, hgroup, dialog, details, summary, figure, figcaption, canvas, embed, output, ruby, time, mark, audio, video {
  margin: 0;
  padding: 0;
}*/

html {
  color: #333;
  background: #fff;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 12px/1.5 "Microsoft Yahei", Tahoma, Arial,scan-serif;
  line-height:22px;
  background: #fff;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

fieldset, img {
  border: 0;
}
input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

caption, em, th,span{
  font-style: normal;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

a:link, a:visited {
  color:#333;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #f57a11;
  text-decoration: none;
  outline: 0;
}

button, input, select, textarea {
    font-size: 100%;
    vertical-align: middle;
}

/*通用样式*/
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.bc {
  margin-left: 0;
  margin-right: 0;
}

.clear {
  height: 0;
  clear: both;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
}


.clearfix { 
  *zoom: 1; 
} 
 
.clearfix:before, 
.clearfix:after { 
  display: table; 
  line-height: 0; 
  content: ""; 
} 
 
.clearfix:after { 
  clear: both; 
} 
.tc {
  text-align: center;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.hidden {
  display: none;
}

.vs {
  visibility: visible;
}

.vh {
  visibility: hidden;
}

.zoom {
  zoom: 1;
}

.wmax {
  max-width: 100%;
}

.hmax {
  max-height: 100%;
}

.wb {
  word-wrap: break-word;
  word-break: break-all;
}
.top-ad,
.header-top,
.container{
  width: 1210px;
  margin-left: auto;
  margin-right: auto;
}

.orange, 
.orange a{
  color: #f57a11!important;
}
.no-dot li{
  background-image: none !important;
  padding-left: 0 !important;
}
.border-green{
  border-bottom: 1px solid #009237 !important;
}
.border-green-2{
  border-bottom: 2px solid #009237 !important;
}
.border-gray{
  border-bottom: 1px solid #eee !important;
}
.border-gray-2{
  border-bottom: 2px solid #eee !important;
}
.border-orange{
  border-bottom: 1px solid #f57a11 !important;
}
.border-orange-2{
  border-bottom: 2px solid #f57a11 !important;
}
.mt5{margin-top: 5px!important;}
.mb5{margin-bottom: 5px!important;}
.pt5{padding-top: 5px!important;}
.pb5{padding-bottom: 5px!important;}
.pt10{padding-top: 10px!important;}
.pb10{padding-bottom: 10px!important;}
.mt10{margin-top: 10px!important;}
.mb10{margin-bottom: 10px!important;}
.mt15{margin-top: 15px!important;}
.mb15{margin-bottom: 15px!important;}
 /*广告分列*/
 .blocks,
 [class*="blocks-"] {
   margin-right: -5px;
   margin-left: -5px;
   list-style: none;
 }
 .blocks:before,
 [class*="blocks-"]:before,
 .blocks:after,
 [class*="blocks-"]:after {
   display: table;
   content: " ";
 }
 .blocks:after,
 [class*="blocks-"]:after {
   clear: both;
 }
 .blocks > li,
 [class*="blocks-"] > li {
   position: relative;
   float: left;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   margin-bottom: 5px;
 }
 .blocks-2 > li:nth-child(2n+3),
 .blocks-3 > li:nth-child(3n+4),
 .blocks-4 > li:nth-child(4n+5),
 .blocks-5 > li:nth-child(5n+6),
 .blocks-6 > li:nth-child(6n+7){
   clear: both;
 }
 .blocks-1 > li {
   width: 100%;
 }
 .blocks-2 > li {
   width: 50%;
 }
 .blocks-3 > li {
   width: 33.33333333%;
 }
 .blocks-4 > li {
   width: 25%;
 }
 .blocks-5 > li {
   width: 20%;
 }
 .blocks-6 > li {
   width: 16.66666667%;
 }

.topbar{
  width: 100%;
  background-color: #eee;
  height: 30px;
  line-height: 30px;
}
.topbar li{
  float: left;
  margin-right: 5px;
}
.menu-item{
  position: relative;
  padding-right: 15px;
}
.arrow{
  position: relative;
  margin-left: 3px;
  transition: all 1s ease-in-out;
}
.arrow:before,
.arrow:after{
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  border:5px solid transparent;
  border-top:5px solid #f57a11;
  top: 6px;
  display: inline-block;
}
.arrow:after{
  top:5px;
  border-top-color: #eee;
}
.menu-item:hover .arrow:before,
.menu-item:hover .arrow:after{
  border-top: 5px solid transparent;
  border-bottom: 5px solid  #f57a11;
  top:0;
}
.menu-item:hover .arrow:after{
  top:1px;
  border-bottom-color: #eee;
  border-top-color: transparent;
}
.menu-bd{
  position: absolute;
  top: 30px;
  left: 0;
  min-width: 150px;
  border:1px solid #eee;
  transition: opacity .7s ease-in-out;
/*  opacity: 0;
  filter:alpha(opacity=0);*/
  text-align: center; 
  line-height: 1.5;
  background-color: #fff;
  z-index: 1;
  display: none;

}
[class*="blocks-"] li img,
.top-ad img,
.menu-bd img,
.middle-ad img,
.list-right-ad img,
.news-right-ad img,
.expo-ad img,
.focus-ad img
{
  max-width: 100%;
}
li.menu-item:hover .menu-bd{
/*  opacity: 1;
  filter:alpha(opacity=100);*/
  display: block;

}
.header-top{
  position: relative;
  padding-top: 18px;
  max-height: 135px;
  overflow: hidden;
}
.header-top .logo{
  float: left;
  margin-top: 12px;
}
.header-top .search{
  margin-left: 284px;
  margin-right: 270px;
}

.header-top .search-category > li{
  float: left;
  font-size: 14px;
  position: relative;
  padding-right: 20px;
}
.header-top .search-category>li+li:before{
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: -9px;
  background-color: #fff;
}
.header-top .search-form{
 display: block;    
}
.header-top .search-inpt{
  width: 547px;
  padding: 8px 0;
  border: 3px solid #009237;
  background-color: #fff;
  outline: 0;
  text-indent: 12px;
  margin: 5px 0;
}
.header-top .search-btn{
  width: 100px;
  height: 39px;
  border: 0;
  background: #fff;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.header-top .search-btn:hover{
  background-color: #fff;
}
.header-top .hot-keywords li{
  margin-right: 8px;
  float: left;
  color: #999;
}
.header-top .hot-keywords li>a{
  color: #999;
}
.header-top .hot-keywords li>a:hover{
  color: #333;
}
.header-top .header-ad{
  position: absolute;
  top: 20px;
  right: 0px;
  max-width: 250px;
}
.navbar{
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #009237;
  margin-top: 18px;
}
.navbar-list li {
    float: left;
    position: relative;
    padding: 0;
}

.navbar-list >li+li:before{
    position: absolute;
    top: 16px;
    content: '';
    width: 1px;
    height: 16px;
    background: #0DA944;
}

.navbar-list li:after {
    left: auto;
    right: -1px;
    background-color: #01ab41;
}

.navbar-list li a {
    display: block;
    padding: 0 30px;
    color: #fff;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

.navbar-list li a:link,.navbar-list li a:visited {
    color: #fff;
}

.navbar-list li a:hover,.navbar-list li a:active,.navbar-list li a:focus {
    color: #fff;
}

.navbar-list li a:hover {
    background-color: #0da944;
}

.navbar-list li.active a {
    background-color: #0da944;
}
/*产品分类*/
.category{
  position: relative;
  width: 240px;
  height: 100%;
  float: left;
}
.category a{
}
.category-list{
  border: 1px solid #eee;
  background-color: #f8f8f8;
  line-height: 20px;
}
.category-item:hover {
  background-color: #eee;

}
.category-item:hover .main-list dt a {
  color: #009237;
}
.category-item:hover .main-list{
  position: relative;
  z-index: 999;
  border: 1px solid #dcdcdc;
  border-right-color: #eee;
  z-index: 999;
}
.category-item:hover .sub-box {
  display: block;
}
.main-list {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.main-list dt {
  font-size: 18px;
  height: 26px;
  line-height: 30px;
  overflow: hidden;
}
.main-list dt a:link,
.main-list dt a:visited{
  color: #333;
}
.main-list dt a:hover,
.main-list dt a:focus{
  color: #009237;
}
.main-list dd {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.sub-box .list-left dd a:link,
.sub-box .list-left dd a:visited,
.main-list dd a:link,
.main-list dd a:visited{
  font-size: 16px;
  line-height: 26px;
  color: #666;
  margin-right: 10px;
  display: inline-block;
}
.sub-box .list-left dd a:hover,
.sub-box .list-left dd a:focus,
.main-list dd a:hover,
.main-list dd a:focus{
  color: #f57a11;
}
.sub-box {
  display: none;
  position: absolute;
  top: 0;
  width: 728px;
  min-height: 570px;
  left: 100%;
  margin-left: -2px;
  border: 1px solid #dcdcdc;
  background-color: #eee;
  overflow: hidden;
  z-index: 22;
}

.sub-box .list-left {
  float: left;
  display: inline;
  padding: 10px 0;
  margin-left: 50px;
}

.sub-box .list-left dl {
  width: 660px;
  padding: 10px 0;
  border-bottom: solid 2px #e5e5e5;
}

.sub-box .list-left dt {
  position: relative;
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

.sub-box .list-left dt:after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: #009237;
}
.sub-box .list-right-ad,
.sub-box .img-right {
  float: right;
  display: inline;
  padding: 20px 0;
  margin-right: 20px;
}
/*图片轮播*/
.middle{
  width: 710px;
  float: left;
  margin-left: 10px;
}
.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
  position: relative;
}

.unslider-wrap {
  position: relative
}

.unslider-wrap.unslider-carousel li {
  float: left
}

.unslider-vertical>ul {
  height: 100%
}

.unslider-vertical li {
  float: none;
  width: 100%
}

.unslider-fade {
  position: relative
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}
.unslider-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  cursor: pointer;
  display: none;
}

.unslider-arrow.next {
  left: auto;
  right: 20px;
  top: 50%;
  display: none;
}
.middle .unslider-nav ol {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.middle .unslider-nav ol li {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 50px;
  height: 0;
  padding: 1px;
  text-align: center;
  overflow: hidden;
  background-color: #606060;
  cursor: pointer;
}
.middle .unslider-nav ol li.on,
.middle .unslider-nav ol li.unslider-active {
  background: #fc4627;
  cursor: default;
}

.banner {
  position: relative;
  width: 100%;
  height: 405px;
  overflow: hidden;
}

.banner .bd {
  position: relative;
  z-index: 0;
  top: 0px;
}

.banner .bd li {
  width: 100%;
  height: 405px;
  display: block;
}

.banner .bd li a {
  display: block;
  width: 100%;
  height: 405px;
}
.banner .bd img{
  max-width: 100%;
}
.banner .hd {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  font-size: 0;
  z-index: 1;
}

.banner .hd li {
  margin: 0 5px 0 0;
  padding: 1px;
  overflow: hidden;
  width: 50px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #606060;
}

.banner .hd .on {
  background: #f57a11;
}

.banner .prev, .banner .next {
  width: 30px;
  height: 80px;
  line-height: 80px;
  margin: -60px 0 0;
  background: #333;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  color: #FFF;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity .5s;
}

.banner .prev {
  left: 30px;
}

.banner .next {
  right: 30px;
}

.banner:hover .prev,
.banner:hover .next {
  filter: alpha(opacity=50) !important;
  opacity: .5 !important;
  margin-right: 0 !important;
}

.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.banner .bd ul {
  width: 100% !important;
}

.banner .bd li {
  width: 100% !important;
  height: 405px;
  overflow: hidden;
  text-align: center;
}

.banner .bd li a {
  display: block;
  height: 405px;
}


/*.line-vertical:before{
  display: inline-block;
  background-color: #f57a11;
  height: 18px;
  width: 4px;
  margin-right: 9px;
  content: "";
  vertical-align: middle;
}*/

.middle-news-title{
  font-size: 20px;
  line-height: 30px;
  border-bottom: 2px solid #ddd;
}
.middle-news-title span{
  float: right;
  font-size: 12px;
}
.middle-news-list li{
  width: 50%;
  float: left;
  font-size: 14px;
  line-height: 32px;
}
.middle-ad li img{
  border:1px solid #eee;
}
.right-side{
  width: 240px;
  height: 400px;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.member{
  border:1px solid #eee;
  padding-top: 20px;
  padding-bottom: 10px;
}

.brand-img{
  margin: 0px 19px 12px 16px;
  float: left;
  width: 50px;
  border-radius: 50%;
}

.member-info i{
  font-style: normal;
  font-weight: normal;
}
.member-welcome{
  color: #666;
  margin-top: 10px;
}
.btns{
  margin: 6px -1px 3px;
  padding-bottom: 17px;
  border-top: 1px solid #fff;
  font-size: 14px;
  text-align: center;
}
.btns a {
  width: 100px;
  background: #009237;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  height: 32px;
  line-height: 32px;
  border:1px solid #009237;
  transition: all .4s;
  color: #fff;

}
.btns .btn-empty{
  background-color: transparent;
  border: 1px solid #009237;
  color: #009237;
}
.btns a:hover {
    background-color: #f57a11;
    color: #fff;
    border-color: #f57a11;
}

.btns a:hover,.btns a:active,.btns a:focus {
    color: #fff;
}
.btns .fa-user{
  font-size: 16px;
}
.fa{margin-right: 5px;}
.banner .fa{margin-right: 0;}
.member-service li{
  width: 33.3%;
  float: left;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  transition: background 1s;
}
.member-service .fa{
  font-size: 28px;
  color: #ff7800;
  opacity: .7;
  margin-right: 0;
}
.member-service li:hover{
  background-color: #f57a11;
  color: #fff;
  cursor: pointer;
}
.member-service li:hover a,
.member-service li:hover .fa{
  color: #fff;
  opacity: 1;
}
.nav-tabs{
  width: 100%;
  border: 1px solid #eee;
  margin-top: 155px;
  font-size: 14px;
  postion: absolute;
}
.tab-title{
  text-align: center;
  padding-top: 10px;
}
.tab-title li{
  display: inline-block;
  padding: 3px 9px;
  margin: 0 -2px;
  color: #000;
  border-bottom: 2px solid #ddd;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  line-height: 22px;
  cursor: pointer;
}
.tab-title li.active{
  border-color: #f57a11;
}
.tab-show{
  padding: 12px 10px;
}
.tab-content {
  display: none;
  height: 120px;
  overflow: hidden;
}

.notice-list li{
  white-space: nowrap;
  overflow: hidden;
  line-height: 32px;
}
.notice-list strong{
  color: #f57a11;
}
.btn-tab {padding-top: 5px;}
.btn-tab a{
  padding: 6px 0;
  width: 180px;
  margin: 15px auto;
  display: block;
  font-size: 14px;
  border: 1px solid #f57a11;
  border-radius: 3px;
  background-color: #f57a11;
  color: #fff;
  text-align: center;

}
.roll-info{
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  padding-left: 45px;
  height: 45px!important;
  position: relative;
}
.roll-info .tt{
  position: absolute;
  font-size: 14px;
  line-height: 44px;
  font-weight: 700;
  color: #ff0000;
  left: 10px;
}
.roll-info li{
  font-size: 14px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*采购中心*/
.wrap-title{
  border-bottom: 2px solid #009237;
  background: #fff;
  line-height: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wrap-title h3{
  float: left;
  text-align: left;
  font-size: 18px;
}
.hotspot{
  float: right;
}
.hotspot a:link{
  color: #666;
  display: inline-block;
  padding-left: 8px;
}

.focus-ad {
  position: relative;
  width: 250px;
  height: 320px;
  overflow: hidden;
  float: left;
}
.focus-ad img {
  width: 250px;
  height: 320px;
  display: block;
}
.focus-ad .unslider-nav ol {
  overflow: hidden;
  zoom: 1;
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 3
}
.focus-ad .unslider-nav ol li {
  float: left;
  line-height: 15px;
  text-align: center;
  font-size: 12px;
  width: 15px;
  height: 0px;
  padding: 2.5px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  margin-left: 4px;
  filter: alpha(opacity=80);
  opacity: .8;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease
}
.focus-ad .unslider-nav ol li.on {
  background: #F57a11;
  filter: alpha(opacity=100);
  opacity: 1;
}

.focus-ad .adico {
  left: 5px !important;
}

.purchase-company {
  float: right;
  width: 260px;
  text-align: left;
}

.purchase-company h4 {
  text-align: left;
  font-size: 16px;
  height: 30px;
  font-weight: bold;
  border-bottom: 1px solid #EEE;
  color: #F00;
}

.purchase-company h4 em {
  display: inline-block;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border-bottom: 2px solid #F00;
  color: #F00;
}

.purchase-company .m2list {
  height: 260px;
  overflow: hidden;
}

.purchase-company .m2list li {
  text-align: left;
  height: 41px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #EEE;
}

.purchase-company .m2list li a {
  overflow: hidden;
  text-align: left;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  line-height: 40px;
}

.purchase-company .m2list *{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.purchase-company .m2list li .chenegjiaowz {
  font-weight: normal;
  color: #999;
  line-height: 22px;
  height: 22px;
  font-size: 12px;
}

.purchase-company .m2list li .chenegjiaowz em {
  color: #F60;
  font-weight: normal;
  font-style: normal;
  padding-right: 3px;
}

.purchase-company .fbcpbut {
  display: block;
}

.purchase-company .fbcpbut a {
  display: block;
  background: #F57a11;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
}

.purchase-company .fbcpbut a:hover {
  background: #F90;
}

.purchase-company .cgbox {
}

.purchase-company .cgbox dl {
  display: block;
  height: 45px;
  background: #F5F5F5;
  text-align: center;
}

.purchase-company .cgbox dd em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  height: 25px;
  line-height: 25px;
}

.purchase-company .cgbox dd {
  float: left;
  width: 33.2%;
  height: 45px;
  color: #F00;
}

.purchase-info {
  float: left;
  width: 660px;
  margin-left: 20px;
  height: 320px;
}

.purchase-info .purchase-nav {
  font-size: 12px;
  width: 100%;
  height: 30px;
  color: #333;
  line-height: 28px;
  text-align: center;
  border-bottom: 1px solid #DDD;
}

.purchase-info .purchase-nav li {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  vertical-align: middle;
}

.purchase-info .purchase-nav li div {
  height: 30px;
  line-height: 30px;
  display: block;
}

.purchase-info .w-0 {
  float: left;
  width: 100px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:10px;
}

.purchase-info .w-1 {
  float: left;
  width: 220px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase-info .w-2 {
  float: left;
  width: 115px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase-info .w-3 {
  float: left;
  width: 70px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase-info .w-4 {
  float: left;
  width: 100px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase-info .w-5 {
  float: left;
  width: 60px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase-info .w-6 {
  float: left;
  width: 60px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.purchase-info .w-7 {
  float: right;
  width: 55px;
  +padding-top: 5px;
  text-align: center;
}

.purchase-info .purchase-quote {
  height: 289px;
  overflow: hidden;
}

.purchase-info .purchase-quote li {
  height: 29px;
  line-height: 29px;
  display: block;
  font-size: 12px;
  vertical-align: middle;
}
.purchase-info .purchase-quote li:hover{
  background-color: #eee;
}

.purchase-info .purchase-quote li div {
  height: 29px;
  line-height: 29px;
  display: block;
}

.purchase-info .purchase-quote li .w-2 {
  color: #999;
}

.purchase-info .purchase-quote li .w-4 {
  color: #999;
}

.purchase-info .purchase-quote li .w-5 {
  color: #F00;
}

.purchase-info .purchase-quote li .more {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  background: #FFF;
  border: 1px solid #EEE;
  color: #F60;
  text-align: center;
  line-height: 20px;
  height: 20px;
  margin: 0 auto;
}

.purchase-info .purchase-quote li:hover .more, .purchase-info .purchase-quote li .more:hover {
  background: #F60;
  border: 1px solid #F60;
  color: #FFF;
}
/*产品分类*/
.expo .wrap-title,
.product .wrap-title{
  border-color: #eee;
  position: relative;
}
.row{
  margin-left: -15px;
  margin-right: -15px;
}
.row .col-2{
  width: 33.3%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
/*.row .col-2:nth-child(2n+3){
  clear: both;
}*/
.product .class-one{
  font-size: 16px;
  line-height: 35px;
  width: 170px;
}
.class-one:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 21px;
  margin-right: 15px;
  vertical-align: -6px;
  background: #f57a11;
}
.class-one:after{
  content: "";
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 170px;
  background: #f57a11;
  position: absolute;
}
.class-two a {
  display: block;
  color: #009237;
  font-size: 16px;
  line-height: 35px;
}
.product-class-wrap {
  float: left;
  width: 100%;
}
.product-class-right{
  width: 32%;
  float: right;
}
.product-class-wrap .right-adv,
.product-class-list li{
  float: left;
  /*min-width: 20%;*/
  padding-right:10px;
  text-align: left;
  line-height: 22px;
  letter-spacing: 1px;
}
.product-class-list li a:link,
.product-class-list li a:visited{
  color: #666;
}
.product-class-list li a:hover,
.product-class-list li a:active,
.product-class-list li a:focus{
  color: #f57a11;
}
/*产品推荐*/
.product-show li{margin-top: 5px;}
.product-info {
  width: 100%;
  padding: 8px;
  border: 1px solid #eee;
  transition: border-color .6s;
  overflow: hidden;
}

.product-info .pic{
  display: block;
  max-height: 200px;
  _height: 200px;
  overflow: hidden;
}
.product-info h3 {
  color: #666;
  font-size: 14px;
  line-height: 40px;
  width: 98%;
}
.product-info .shop{
  display: block;
  color: #f57a11;
  width: 40px;
  float: right;
  text-align: center;
  padding: 0 5px;
}
.product-info:hover{
  padding: 7px;
  border: 2px solid #009237;
}
.product-info:hover h3 >a{
  color: #f57a11;
}
.product-info:hover .shop{
  background-color: #f57a11;
  color: #fff;
}
/*新闻资讯*/
.news-list{
  width: 930px;
  float: left;
}
.news-box-list{
 width: 302px;
 float: left;
 overflow: hidden;
 border: 1px solid #eee;
}
.news-box-list + .news-box-list{
  margin-left: 12px;
}
.news-box-header{
  line-height: 35px;
  height: 35px;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  background: #f8f8f8;
}
.news-box-header h2{
  position: absolute;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 0 12px;
  top: 6px;
}
.news-box .more,
.news-box .time{
  float: right;
  display: inline-block;
}
.news-article-list{
  padding-left: 10px;
  padding-right: 10px;
  margin: 6px 0;
}
.expo-news li,
.news-article-list li{
  display: block;
  height: 26px;
  text-align: left;
  line-height: 26px;
  overflow: hidden;
  font-size: 14px;
  background-image: url(../images/dot.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 7px;
}
.wtime li a{
  display: inline-block;
  line-height: 26px;
  width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-bd .time,
.wtime .time{
  color: #999;
  font-size: 12px;
}
.news-article-list .cover{
  margin: 10px 0 6px 0;
  border-bottom: 1px #ddd dashed;
  height: 94px;
  line-height: normal;
  background: none;
  padding: 0;

}
.news-article-list .cover h3{
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-article-list .cover a{
  line-height: normal;
  width: 100%;
  display: inline;
}
.news-article-list .cover p{
  color: #666;
  font-size: 12px;
  max-height: 75px;
  overflow: hidden;
}
.news-article-list .cover .img{
  float: left;
  margin-right: 5px;
  width: 110px;
  height: 100px;
  text-align: left;
  overflow: hidden;
}
.news-right{
  width: 260px;
  float: right;
}
/*.news-scroll .news-bd{
  max-height: 750px;
}*/
.subsidy-search,
.news-scroll {
  border: 1px solid #eee;
}
.news-right .tit{
  border-bottom: 1px solid #eee;
  background-color: #F8F8F8;
}
.news-right .tit h3{
  line-height: 38px;
  font-size: 16px;
  display: inline-block;
  border-bottom: 2px solid #f57a11;
  padding: 0 12px;
}
.news-right-ad{
  max-height: 60px;
  margin-bottom: 10px;
}
.subsidy-form{
  display: block;
  padding: 10px;  
}
.subsidy-form input,
.subsidy-form select{
  outline: 0;
}
.subsidy-form select,
.subsidy-form input
{
  width: 100%;
  border: 1px solid #eee;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 34px;
  height: 34px;
  color: #333;
  text-indent: 5px;
  max-height: 120px;

}
.subsidy-form select:hover,
.subsidy-form select:focus
{
 border: 1px solid #f57a11;
}
.subsidy-form .subsidy-btn{
  display: block;
  width: 70%;
  height: 35px;
  line-height: 35px;
  background-color: #f57a11;
  text-align: center;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}
.subsidy-btn:hover{
  background-color: #F90;
}
.news-scroll .news-bd li{
  border-bottom: 1px solid #ddd;
  height: 107px!important;
  padding: 10px;
}
.news-scroll .news-bd li img{
  max-width: 100px;
  max-height: 100px;
  _width:100px;
  float: left;
  margin-right: 5px;
}
.news-scroll .news-bd p{
  font-size: 14px;
  height: 63px;
}
/*展会会议*/
.expo-news{
  float: right;
  width: 350px;
}
.expo-list{
  width: 840px;
  float: left;
}
.expo .wrap-title h3{
  font-size: 16px;
  border-bottom: 2px solid #f57a11;
  line-height: 38px;
  padding: 0 15px;
}
.expo-ad{
  width: 20%;
  height: 240px;
  float: left;
}
.expo-ad ul{
  height: 100%;

}
.expo-ad li{
  width: 100%;
  height: 120px;
  line-height: 120px;
}
.expo-ad li img{
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.expo-info{
  float: left;
  width: 79%;
  padding-left: 20px;
}
.expo-info li{
  line-height: 30px;
  font-size: 14px;
}
.expo-info .expo-title{
  max-width: 324px;
  padding-left: 5px;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  float: left;
}
.expo-info li span{
  display: inline-block;
  text-align: center;
}
.expo-info .type{
  display: inline-block;
  float: left;
  color: #f57a11;
}
.expo-info li span.open-time,
.expo-info li span.distance-time{
  color: #999;
  padding: 0 7px;
}
.expo-info li span.address{
  color: #f57a11;
  max-width: 170px;
  text-align: left;
  float: right;
  padding-right:3px;
}
.expo .hotspot{
  opacity: 0;
  color: #f57a11;
  transition: opacity 1s;

}
.expo-list:hover .hotspot,
.expo-news:hover .hotspot{
  opacity: 1;
}
.footer{
  background: #ddd;
  min-width: 1210px;
  padding-top: 15px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #666;
}
.footer a:link,
.footer a:visited{
  color: #666;
}
.footer a:hover,
.footer a:focus{
  color: #f57a11;
}
.link-list li{
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
}
.link-list li:after{
  content: "|";
  padding: 0 4px;
  color: #e9e9e9;
}
.link-list li:last-child:after{
  content: "";
  padding: 0;  
}
.footer .nav {
  text-align: center;
}
.footer .nav a{
  display: inline-block;
}
.footer .contact .fa{
  color: #f57a11;
  margin-right: 5px;
}
.footer .icon-img{
  text-align: center;
}

/*筛选项目文字背景*/
.select_set_bg {background-color: #3597FA;}
.select_set_bg:link,.select_set_bg:visited,.select_set_bg:hover,.select_set_bg:active {color:#FFF; }